Previous Book Contents Book Index Next

Inside Macintosh: /
QuickDraw 3D RAVE / QuickDraw 3D RAVE Reference
QuickDraw 3D RAVE Routines / Creating and Deleting Color Lookup Tables


QAColorTableDelete

You can use the QAColorTableDelete function to delete a color lookup table.

void QAColorTableDelete (
                         const TQAEngine *engine,
                         TQAColorTable *colorTable);
engine
A drawing engine.
colorTable
A color lookup table.
DESCRIPTION
The QAColorTableDelete function deletes the color lookup table specified by the colorTable parameter. Any memory and other resources associated with that color lookup table are released.

SEE ALSO
Use the QAColorTableNew function (page 1-83) to create a color lookup table.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
28 AUG 1996